home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMGRAPHEXPLORER / TFRMGRAPHEXPLORER.txt
Text File  |  2006-04-19  |  6KB  |  271 lines

  1. object frmGraphExplorer: TfrmGraphExplorer
  2.   Left = 334
  3.   Top = 155
  4.   BorderStyle = bsSizeToolWin
  5.   Caption = 'Graphic Explorer'
  6.   ClientHeight = 395
  7.   ClientWidth = 209
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnEndDock = FormEndDock
  20.   OnResize = FormResize
  21.   OnStartDock = FormStartDock
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 209
  28.     Height = 395
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Caption = 'Panel1'
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       209
  35.       395)
  36.     object lvObjects: TListView
  37.       Left = 0
  38.       Top = 0
  39.       Width = 209
  40.       Height = 395
  41.       HelpContext = 4620
  42.       Align = alClient
  43.       Columns = <>
  44.       LargeImages = ilLarge
  45.       OwnerData = True
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.       SmallImages = ilGraph
  49.       TabOrder = 0
  50.       OnAdvancedCustomDraw = lvObjectsAdvancedCustomDraw
  51.       OnChanging = lvObjectsChanging
  52.       OnContextPopup = lvObjectsContextPopup
  53.       OnData = lvObjectsData
  54.       OnDblClick = lvObjectsDblClick
  55.       OnEdited = lvObjectsEdited
  56.       OnEditing = lvObjectsEditing
  57.       OnInfoTip = lvObjectsInfoTip
  58.       OnMouseMove = lvObjectsMouseMove
  59.       OnResize = lvObjectsResize
  60.       OnSelectItem = lvObjectsSelectItem
  61.     end
  62.     object Panel2: TPanel
  63.       Left = 0
  64.       Top = 0
  65.       Width = 209
  66.       Height = 0
  67.       Align = alTop
  68.       BevelOuter = bvNone
  69.       Caption = 'Panel2'
  70.       TabOrder = 1
  71.     end
  72.     object btnBackward: TButton
  73.       Left = 67
  74.       Top = 359
  75.       Width = 75
  76.       Height = 25
  77.       HelpContext = 4630
  78.       Anchors = [akLeft, akBottom]
  79.       Caption = '&Backward'
  80.       TabOrder = 2
  81.       Visible = False
  82.     end
  83.     object btnForward: TButton
  84.       Left = 67
  85.       Top = 10
  86.       Width = 75
  87.       Height = 25
  88.       HelpContext = 4640
  89.       Caption = '&Forward'
  90.       TabOrder = 3
  91.       Visible = False
  92.     end
  93.   end
  94.   object ilGraph: TImageList
  95.     Left = 151
  96.     Top = 80
  97.   end
  98.   object ilLarge: TImageList
  99.     Height = 32
  100.     Width = 32
  101.     Left = 151
  102.     Top = 128
  103.   end
  104.   object barMan: TdxBarManager
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -11
  108.     Font.Name = 'Tahoma'
  109.     Font.Style = []
  110.     Bars = <>
  111.     Categories.Strings = (
  112.       'Default'
  113.       'pmPopup')
  114.     Categories.ItemsVisibles = (
  115.       2
  116.       2)
  117.     Categories.Visibles = (
  118.       True
  119.       True)
  120.     PopupMenuLinks = <>
  121.     Style = bmsUseLookAndFeel
  122.     UseSystemFont = True
  123.     Left = 70
  124.     Top = 120
  125.     DockControlHeights = (
  126.       0
  127.       0
  128.       0
  129.       0)
  130.     object miBackward: TdxBarButton
  131.       Caption = '&Backward'
  132.       Category = 1
  133.       Visible = ivAlways
  134.       OnClick = miBackwardClick
  135.     end
  136.     object miForward: TdxBarButton
  137.       Caption = '&Forward'
  138.       Category = 1
  139.       Visible = ivAlways
  140.       OnClick = miForwardClick
  141.     end
  142.     object pmiGoto: TdxBarButton
  143.       Caption = 'GoTo'
  144.       Category = 1
  145.       Visible = ivAlways
  146.       OnClick = lvObjectsDblClick
  147.     end
  148.     object miRefresh: TdxBarButton
  149.       Caption = '&Refresh'
  150.       Category = 1
  151.       Visible = ivAlways
  152.       OnClick = miRefreshClick
  153.     end
  154.     object miEdit: TdxBarButton
  155.       Caption = '&Edit'
  156.       Category = 1
  157.       Enabled = False
  158.       Visible = ivAlways
  159.       OnClick = miEditClick
  160.     end
  161.     object miRename: TdxBarButton
  162.       Caption = 'Re&name'
  163.       Category = 1
  164.       Enabled = False
  165.       Visible = ivAlways
  166.       OnClick = miRenameClick
  167.     end
  168.     object miDelete: TdxBarButton
  169.       Caption = 'De&lete'
  170.       Category = 1
  171.       Enabled = False
  172.       Visible = ivAlways
  173.       OnClick = miDeleteClick
  174.     end
  175.     object pmiEditNodes: TdxBarButton
  176.       Caption = 'EditNodes'
  177.       Category = 1
  178.       Visible = ivAlways
  179.       OnClick = pmiEditNodesClick
  180.     end
  181.     object miPrint: TdxBarButton
  182.       Caption = 'Print'
  183.       Category = 1
  184.       Enabled = False
  185.       Visible = ivAlways
  186.       OnClick = miPrintClick
  187.     end
  188.     object pmiDeadLinks: TdxBarButton
  189.       Caption = 'DeadLinks'
  190.       Category = 1
  191.       Visible = ivAlways
  192.       OnClick = pmiDeadLinksClick
  193.     end
  194.     object miDockable: TdxBarButton
  195.       Caption = '&Dockable'
  196.       Category = 1
  197.       Visible = ivAlways
  198.       ButtonStyle = bsChecked
  199.       Down = True
  200.       OnClick = miDockableClick
  201.     end
  202.     object pmiClose: TdxBarButton
  203.       Caption = 'Close'
  204.       Category = 1
  205.       Visible = ivAlways
  206.       OnClick = pmiCloseClick
  207.     end
  208.   end
  209.   object pmPopup: TdxBarPopupMenu
  210.     BarManager = barMan
  211.     ItemLinks = <
  212.       item
  213.         Item = miBackward
  214.         Visible = True
  215.       end
  216.       item
  217.         Item = miForward
  218.         Visible = True
  219.       end
  220.       item
  221.         BeginGroup = True
  222.         Item = pmiGoto
  223.         Visible = True
  224.       end
  225.       item
  226.         Item = miRefresh
  227.         Visible = True
  228.       end
  229.       item
  230.         BeginGroup = True
  231.         Item = miEdit
  232.         Visible = True
  233.       end
  234.       item
  235.         Item = miRename
  236.         Visible = True
  237.       end
  238.       item
  239.         Item = miDelete
  240.         Visible = True
  241.       end
  242.       item
  243.         BeginGroup = True
  244.         Item = pmiEditNodes
  245.         Visible = True
  246.       end
  247.       item
  248.         Item = miPrint
  249.         Visible = True
  250.       end
  251.       item
  252.         Item = pmiDeadLinks
  253.         Visible = True
  254.       end
  255.       item
  256.         BeginGroup = True
  257.         Item = miDockable
  258.         Visible = True
  259.       end
  260.       item
  261.         BeginGroup = True
  262.         Item = pmiClose
  263.         Visible = True
  264.       end>
  265.     UseOwnFont = False
  266.     OnPopup = pmPopupPopup
  267.     Left = 70
  268.     Top = 70
  269.   end
  270. end
  271.